Feature: Crear tag
Scenarios
|
Chart |
Status Progress |
||||
|---|---|---|---|---|---|
|
1
|
|
||||
| Total duration: | |||||
| 0m 14.406s |
Scenario: Crear tag con datos validos
Before
0m 0.683s
Given
the user navigates to Ghost at "<GHOST>"
0m 1.325s
And
the user logs in using the credentials "<USERNAME>" and "<PASSWORD>"
0m 0.705s
And
the user navigates to the tags page
0m 1.097s
And
I wait for 2 seconds
0m 2.302s
When
the user cliks on the new tag
0m 0.569s
And
I wait for 1 seconds
0m 1.226s
And
I enter name tag "<TAGTEST>"
0m 0.336s
And
I enter description tag "<TAGDESCRIPTION>"
0m 0.530s
Then
I click in save tag
0m 0.382s
And
I wait for 5 seconds
0m 5.249s
After
0m 0.002s
Screenshots
Before
NO IMAGE AVAILABLE
Given
the user navigates to Ghost at "<GHOST>"
And
the user logs in using the credentials "<USERNAME>" and "<PASSWORD>"
And
the user navigates to the tags page
And
I wait for 2 seconds
When
the user cliks on the new tag
And
I wait for 1 seconds
And
I enter name tag "<TAGTEST>"
And
I enter description tag "<TAGDESCRIPTION>"
Then
I click in save tag
And
I wait for 5 seconds
After
NO IMAGE AVAILABLE